[index management] Move tests from FTR to scout#242825
Merged
Merged
Conversation
…to index_mgmnt_playwright
mattkime
commented
Nov 14, 2025
eac0c46 to
0da9380
Compare
- Replace waitFor({ state: 'hidden' }) with expect().toBeHidden()
- Replace waitFor({ state: 'visible' }) with expect().toBeVisible()
- Change indexLinkVisible to indexLink returning locator for caller assertions
- Update test to use web-first assertion for index visibility check
- Use EuiFieldTextWrapper for text input fields in mappings and preview tests
f022395 to
968d9f4
Compare
Contributor
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#9964[✅] x-pack/platform/plugins/shared/index_management/test/scout/ui/playwright.config.ts: 25/25 tests passed. |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
|
dmlemeshko
approved these changes
Dec 3, 2025
Contributor
|
Starting backport for target branches: 8.19, 9.1, 9.2 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
kapral18
pushed a commit
to kapral18/kibana
that referenced
this pull request
Dec 3, 2025
## Summary Moving index management tests from FTR to scout. Scout hates it when the data-test-subj value has been used more than once so there are some changes to address that. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co> (cherry picked from commit 7423325) # Conflicts: # x-pack/platform/plugins/shared/index_management/__jest__/client_integration/helpers/test_subjects.ts # x-pack/platform/plugins/shared/index_management/moon.yml # x-pack/platform/plugins/shared/index_management/tsconfig.json
kapral18
pushed a commit
to kapral18/kibana
that referenced
this pull request
Dec 3, 2025
## Summary Moving index management tests from FTR to scout. Scout hates it when the data-test-subj value has been used more than once so there are some changes to address that. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co> (cherry picked from commit 7423325) # Conflicts: # x-pack/platform/plugins/shared/index_management/__jest__/client_integration/helpers/test_subjects.ts # x-pack/platform/plugins/shared/index_management/moon.yml # x-pack/platform/plugins/shared/index_management/tsconfig.json # x-pack/platform/test/functional/apps/index_management/home_page.ts # x-pack/platform/test/functional/apps/index_management/index_details_page.ts # x-pack/platform/test/functional/apps/index_management/index_template_wizard.ts
Contributor
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kapral18
pushed a commit
to kapral18/kibana
that referenced
this pull request
Dec 3, 2025
## Summary Moving index management tests from FTR to scout. Scout hates it when the data-test-subj value has been used more than once so there are some changes to address that. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co> (cherry picked from commit 7423325) # Conflicts: # x-pack/platform/plugins/shared/index_management/__jest__/client_integration/helpers/test_subjects.ts # x-pack/platform/plugins/shared/index_management/moon.yml # x-pack/platform/plugins/shared/index_management/tsconfig.json # x-pack/platform/test/functional/apps/index_management/home_page.ts # x-pack/platform/test/functional/apps/index_management/index_details_page.ts # x-pack/platform/test/functional/apps/index_management/index_template_wizard.ts
kapral18
added a commit
that referenced
this pull request
Dec 3, 2025
) # Backport This will backport the following commits from `main` to `9.2`: - [[index management] Move tests from FTR to scout (#242825)](#242825) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"matt@mattki.me"},"sourceCommit":{"committedDate":"2025-12-03T07:31:36Z","message":"[index management] Move tests from FTR to scout (#242825)\n\n## Summary\n\nMoving index management tests from FTR to scout. Scout hates it when the\ndata-test-subj value has been used more than once so there are some\nchanges to address that.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>","sha":"74233253898ba714584572dceabb404738047e4e","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Kibana Management","release_note:skip","backport:all-open","v9.3.0"],"title":"[index management] Move tests from FTR to scout","number":242825,"url":"https://github.com/elastic/kibana/pull/242825","mergeCommit":{"message":"[index management] Move tests from FTR to scout (#242825)\n\n## Summary\n\nMoving index management tests from FTR to scout. Scout hates it when the\ndata-test-subj value has been used more than once so there are some\nchanges to address that.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>","sha":"74233253898ba714584572dceabb404738047e4e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/242825","number":242825,"mergeCommit":{"message":"[index management] Move tests from FTR to scout (#242825)\n\n## Summary\n\nMoving index management tests from FTR to scout. Scout hates it when the\ndata-test-subj value has been used more than once so there are some\nchanges to address that.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>","sha":"74233253898ba714584572dceabb404738047e4e"}}]}] BACKPORT--> Co-authored-by: Matthew Kime <matt@mattki.me>
kapral18
added a commit
that referenced
this pull request
Dec 3, 2025
) # Backport This will backport the following commits from `main` to `9.1`: - [[index management] Move tests from FTR to scout (#242825)](#242825) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"matt@mattki.me"},"sourceCommit":{"committedDate":"2025-12-03T07:31:36Z","message":"[index management] Move tests from FTR to scout (#242825)\n\n## Summary\n\nMoving index management tests from FTR to scout. Scout hates it when the\ndata-test-subj value has been used more than once so there are some\nchanges to address that.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>","sha":"74233253898ba714584572dceabb404738047e4e","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Kibana Management","release_note:skip","backport:all-open","v9.3.0"],"title":"[index management] Move tests from FTR to scout","number":242825,"url":"https://github.com/elastic/kibana/pull/242825","mergeCommit":{"message":"[index management] Move tests from FTR to scout (#242825)\n\n## Summary\n\nMoving index management tests from FTR to scout. Scout hates it when the\ndata-test-subj value has been used more than once so there are some\nchanges to address that.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>","sha":"74233253898ba714584572dceabb404738047e4e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/242825","number":242825,"mergeCommit":{"message":"[index management] Move tests from FTR to scout (#242825)\n\n## Summary\n\nMoving index management tests from FTR to scout. Scout hates it when the\ndata-test-subj value has been used more than once so there are some\nchanges to address that.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>","sha":"74233253898ba714584572dceabb404738047e4e"}}]}] BACKPORT--> Co-authored-by: Matthew Kime <matt@mattki.me>
kapral18
added a commit
that referenced
this pull request
Dec 3, 2025
…5179) # Backport This will backport the following commits from `main` to `8.19`: - [[index management] Move tests from FTR to scout (#242825)](#242825) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"matt@mattki.me"},"sourceCommit":{"committedDate":"2025-12-03T07:31:36Z","message":"[index management] Move tests from FTR to scout (#242825)\n\n## Summary\n\nMoving index management tests from FTR to scout. Scout hates it when the\ndata-test-subj value has been used more than once so there are some\nchanges to address that.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>","sha":"74233253898ba714584572dceabb404738047e4e","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Kibana Management","release_note:skip","backport:all-open","v9.3.0"],"title":"[index management] Move tests from FTR to scout","number":242825,"url":"https://github.com/elastic/kibana/pull/242825","mergeCommit":{"message":"[index management] Move tests from FTR to scout (#242825)\n\n## Summary\n\nMoving index management tests from FTR to scout. Scout hates it when the\ndata-test-subj value has been used more than once so there are some\nchanges to address that.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>","sha":"74233253898ba714584572dceabb404738047e4e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/242825","number":242825,"mergeCommit":{"message":"[index management] Move tests from FTR to scout (#242825)\n\n## Summary\n\nMoving index management tests from FTR to scout. Scout hates it when the\ndata-test-subj value has been used more than once so there are some\nchanges to address that.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>","sha":"74233253898ba714584572dceabb404738047e4e"}},{"url":"https://github.com/elastic/kibana/pull/245141","number":245141,"branch":"9.2","state":"OPEN"},{"url":"https://github.com/elastic/kibana/pull/245175","number":245175,"branch":"9.1","state":"OPEN"}]}] BACKPORT--> Co-authored-by: Matthew Kime <matt@mattki.me>
JordanSh
pushed a commit
to JordanSh/kibana
that referenced
this pull request
Dec 9, 2025
## Summary Moving index management tests from FTR to scout. Scout hates it when the data-test-subj value has been used more than once so there are some changes to address that. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Moving index management tests from FTR to scout. Scout hates it when the data-test-subj value has been used more than once so there are some changes to address that.